One of three things has happened:
- The SQLCA is defined to be less than 136 characters long
- The SQLCODE variable is not defined as an elementary field with definition of PIC S9(8) COMP.
- The SQLSTATE variable is not defined as an elementary field with definition of PIC X(5).
Correct the definition or use the supplied SQLCA copybook. If the problem persists, report this error to your support representative.
Trace files may be needed to resolve this problem.