Previous Topic Next topic Print topic


Creating COBOL Program-based Operations

Restriction: This topic applies only when the Enterprise Server feature is enabled.

COBOL program-based services require that you specify the program and entry point you want to use in each operation.

A typical scenario you might make is if you know that a single entry point leads to an EVALUATE statement choosing between different functions. You could make each of these functions into a separate operation. Often in such a program, one parameter is a code tested by this EVALUATE to see which function is wanted.

Previous Topic Next topic Print topic