Skip to main content

Problem:

If one entry point in Cobol is exposed through the Interface Mapping Toolkit to an EJB using another exit point (a CHAIN operation) is this compatible with exposing it?

Resolution:

When you CHAIN to a subprogram, control never returns to the calling module (like an XCTL in CICS). The original parameters are preserved so that they go back to the EJB.

Old KB# 7022