I have a query regarding autocommit in IMS. Will a commit be issued when a program logically ends. For example, program A calls B. Program B updates an IMS database. When the control comes back from B to A will an autocommit be issued?
Returning from a call is not a logical end of a program. As far as the system is concerned it is all one process - just a different bit of code executing.