00E70005

Explanation

A relational data system (RDS) subcomponent internal inconsistency was detected.

System action

The application program abends.

Operator response

Notify the system programmer.

System programmer response

This code generates an SVC dump and SYS1.LOGREC entries. Use information from those two sources and from the Problem Determination section of this code to resolve the problem. If you suspect an error in Db2, you might need to report the problem. For information about identifying and reporting the problem, see Collecting diagnostic data.

Problem determination

The abend code can be issued by any of the RDS modules. The module name can be found in the SQLCA. SQLERRD1 in the SQLCA contains a unique code that identifies the location within the module where the error was detected. SQLERRM might contain some meaningful information for this particular error.

For information about how to find the SQLCA, see Finding the SQLCA.

Collect the following diagnostic items:
  • Dynamic dump, taken to SYS1.DUMPxx data set, by Db2 (04E and 04F abends).
  • Listing of the results produced by the SQL statements.