COBOL · CICS abend code

CICS AEIO

What does CICS AEIO mean in COBOL?

Duplicate key (DUPKEY). A read or browse operation encountered a duplicate key condition that the program did not handle.

CICS AEIOCICS Transaction Server

Condition

Duplicate key (DUPKEY). A read or browse operation encountered a duplicate key condition that the program did not handle.

Fix

Add a RESP or HANDLE CONDITION for DUPKEY if duplicates are an expected, normal condition for this file, rather than letting it abend the transaction.

Pending source verification. Not yet checked against official documentation.

Related cics abend code