Skip to main content

Error while trying to call a OO Cobol Program from Procedural Cobol

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Load error : file '$JAVA$CallVendorServices'

error code: 198, pc=93, call=1, seg=0

198          Load failure

Resolution:

If your Environment Settings are correct, test this by trying to make a direct call to your Java application. You need to run this as a multithreaded application by using the cobjrun.

Old KB# 4530