Skip to main content

STOP RUN in COBOL causes termination of the Java runtime

  • February 15, 2013
  • 0 replies
  • 0 views

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