Application Delivery Management
Application Modernization & Connectivity
IT Operations Management
CyberRes
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?
Use the directive FOLD-CALL-NAME "LOWER" in the project that deploys the Java Web Service Interface to resolve this issue.