Previous Topic: DC643031Next Topic: DC643033


DC643032

"SYSTEM" IS INVALID FOR MODE IS CHAIN OR VSAM INDEX

Reason:

A SET statement's OWNER clause specifies SYSTEM for either a chained set (MODE IS CHAIN) or a native VSAM set (MODE IS VSAM INDEX). OWNER IS SYSTEM is valid for indexed sets only (MODE IS INDEX). If the set was meant to be a system-owned 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 OWNER IS SYSTEM). If the set was meant to be a chained set, issue a MODIFY SET that both identifies a schema record type as the owner and contains any clauses bypassed as a result of this error. 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.

Module:

IDMSCHTR

Severity:

0