by sontoo » Mon Jul 05, 2010 9:17 am
I assume you are talking about an IDMS database abend. In that case the error code explanation is "The database or journal file will not open properly. In a multifile opening, one or more files may not have opened.".
Note that the major code '03' refers to a FIND/OBTAIN statement, i.e., you got this abend when trying to execute a find/obtain statement.
The minor code '70' indicates the error. Check that all the database files required are available to the program.