Skip to main content

Runtime error 198 when calling a COBOL callable shared object

  • February 15, 2013
  • 0 replies
  • 3 views

This article explains that unresolved references in the call subroutine may result in this error.

Problem:

Our application uses subroutines located in callable shared objects (.so) extension. An RTS 198 abend occurs when calling the subroutine. Why is this?

Resolution:

The most comon cause of this error is that there are unresolved references in the call subroutine. Compile the callable shared object using the -U option. Calls to genuine unresolved symbols will cause RTS 173 errors to be reported.

Old KB# 14052