Previous Topic: IDCMGENX11 - Incomplete SQLCA data structureNext Topic: IDCMGENX13 - The SQLCA may not be an input or dynamic match parameter


IDCMGENX12 - Program exceeds maximum dynamic string area length of 64K for CICS. A run-time error will occur in that environment

Reason:

In the CICS environment, evaluation of this statement causes a run-time error. In other environments, limitation on the amount of storage available to evaluate expressions is provided by the region or partition size where CA Ideal is active. This is only a warning.

Action:

Replace the statement that caused the error into simpler statements with a lower level of nesting. In general, this means that the lowest levels of nesting in the original statement are replaced by one or more identifiers that are evaluated in previous statements.