Description:
When running a CA-IDMS CICS COBOL program which uses any SQL facility, it is possible to abend with this message:
+IDMS DC999999L MODULE DFHKETCB. BLDL FAILED
or encounter an AXMZ CICS abend.
Solution:
When using SQL facilities in a CA-IDMS CICS COBOL program, it is necessary that IDMSCINT had been linked with SQL=YES.
The default is SQL=NO.
If SQL=NO (or is defaulted to) then the above abend(s) will occur.