00C12850
Explanation
Db2 stored
procedure DSNACICS issues this abend code when the JCL startup procedure
for the stored procedure address space in which DSNACICS runs contains
a DSNDUMP DD statement. DSNACICS takes an SVC dump when it generates
an error message. At the time of the dump:
- Register 2 contains the address of the message that was being generated.
- Register 3 contains the address of the first parameter that was passed to DSNACICS.
- Register 4 contains the address of the XPL parameter area that was passed to DSNACICX.
System action
The stored procedure requests an SVC dump and terminates.
System programmer response
If the dump was requested to diagnose a problem in user exit DSNACICX, use IPCS to examine the contents of the dump. If the dump was requested because of a possible 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.