The preprocessor has encountered a problem with one of the following: SQLCA copybook, SQLCODE field, SQLSTATE field, or MFSQLMESSAGETEXT field.
The problem could be one of the following:
- The SQLCA area was defined with total length less than 136 characters
- The SQLCODE field was not defined as a S9(8) COMP field
- The SQLSTATE field was not defined as a character field of length 5
- The MFSQLMESSAGETEXT field was defined with a length greater than 65535 characters
- One of the previous fields was defined incorrectly
Resolution:
Correct the definition or use the SQLCA copybook provided with
Visual COBOL.
If the problem persists, report this error to
SupportLine. We suggest that you have trace files available to help
SupportLine to resolve this problem. See
Creating Debug Files for details on how to create these trace files.