Skip to main content

Enterprise Server deployed Java Web Service Interface calls COBOL program in UPPER case. How do you call a program in lower case?

  • September 12, 2017
  • 0 replies
  • 0 views

Kim Hoskin
Forum|alt.badge.img+2

Problem

An Enterprise Server deployed Java Web Service Interface calls COBOL program in UPPER case, resulting in RTS 173 errors as the COBOL program is compiled to lower case.

What needs to be done to set the Java Interface to call the COBOL program in lower case?

Resolution

Use the directive FOLD-CALL-NAME "LOWER" in the project that deploys the Java Web Service Interface to resolve this issue.