Previous Topic: IDCMGENX12 - Program exceeds maximum dynamic string area length of 64K for CICS.  A run-time error will occur in that environmentNext Topic: IDCMGPMV01 - GROUP MOVE: FIELD-1 field FIELD-2 unmatched


IDCMGENX13 - The SQLCA may not be an input or dynamic match parameter

Reason:

Since the fields of a COPY SQLCA structure are updated by each SQL statement and the length/structure of the DB2 SQLCA are rigidly defined, do not use the name SQLCA in program PARAMETER data structures as either non-update intent or employing dynamic matching.

Action:

Change the name of the field or specify Update-Intent with IDENTICAL matching and recompile.

IDCMGPMV01 - IDCMGPMV09