DSNT411I   SQLCAID = xxxx, SQLCA IDENTIFIER

Explanation

The SQLCA ID field (SQLCAID) is not the expected value, C'SQLCA'.

System programmer response

The SQLCA area is invalid. This type of error is usually the result of one of the following:
  • Calling the DSNTIAR formatting routine before an SQL statement initializes the area
  • Overlaying the SQLCA area
  • Passing the wrong address to the DSNTIAR routine.
Correct the error, and rerun the application program.