When the existing program accesses the IMS/DB and DB2, the U3075 ABEND occurred (It was executed with interpreter execution).
What kind of error is the U3057 ABEND? Why does the U3057 ABEND occur?
First of all, the explanation of the U3057 ABEND is shown on the IBM web site.
For Japanese
For English
Basically, it seems that the DB2 connection couldn't be established because the connection was failed.
First, please see the "Mixing IMS and DB2 Access" in the "IMS/DLI Interface Option Guide". (6-2)
If your Easytrieve Plus program accesses an IMS database and DB2 for OS/390 or z/OS databases, you should run your program under the control of DB2-DL/I BATCH Support. Please see the "Mixing IMS and DB2 Access" for more info.
(Old cases said that this abend also occurs when an application program in a batch region makes an SQL call without specifying DB2, either using DDITV02 or SSM=member)