DSNA309I UNABLE TO LOAD USER EXIT DSNACICX. SYSTEM REASON CODE=X'hhhh' SYSTEM COMPLETION CODE=X'hhhh'
Explanation
DSNACICS was unable to load the user exit routine DSNACICX.
System action
The stored procedure DSNACICS does not call the CICS® transaction. DSNACICS processes the next request.
System programmer response
Ensure that the STEPLIB statement in the startup procedure for the stored procedure address space specifies the library that contains DSNACICX. A default user exit is shipped in the SDSNLOAD Db2 library.
Add a DSNDUMP DD statement to the JCL startup procedure for the stored procedure address space in which DSNACICS runs. Then rerun the application that calls DSNACICS. This causes Db2 to generate an SVC dump whenever it issues an error message for DSNACICS.
If you suspect an error in the Db2 stored procedure, you might need to report the
problem. For information about identifying and reporting the
problem, see Collecting diagnostic data.Collect the following diagnostic items:
- Console output from the system on which the job was run, and a listing of the SYSLOG data set for the period of time that spans the failure.
- Dynamic dump, taken to SYS1.DUMPxx data set, by Db2 (04E and 04F abends).
- CICS trace listing.
Programmer response
Contact the system programmer.
Severity
12