ASRA abend in CICS program.

*What is ASRA abend in CICS program?

ASRA abend - This abend occurs due to program interruption.

*How to resolve ASRA abend in CICS program?

Most of the time this abend occurs due to SOC7 conditions, where non numeric value is moved in numeric variable.

SqlCode 92J in db2 cobol program.

SqlCode 92J in db2 cobol program.

-92J - authorization failure with DB2 connection.
In order to resolve this issue, given userid should have access to given db2 Plan under given db2 schema.