Previous Topic Next topic Print topic


COBOL Assignments

For COBOL program-based service interfaces, create a COBOL assignment when several operations go to the same entry point and the program takes different paths depending on the value of a parameter. Instead of defining an interface field to map to that parameter, place the value here that makes the program take the required path.

Previous Topic Next topic Print topic