Problem:
Release 4.0:
The problem is caused when a COBOL program encounters a problem and a STOP RUN is made then consequently the Java runtime is terminated.
How can you prevent STOP RUN from doing this?
Resolution:
The use of SRV_CTL_NOSTOPRUN does prevent the JVM from terminating when using
RuntimeSystem.cobcall.
Old KB# 3929