Skip to main content

Can one entry point exposed through IMTK to EJB use another exit point?

  • February 15, 2013
  • 0 replies
  • 0 views

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