isCOBOL Evolve : Appendices : Internal Objects : MapCallException (com.iscobol.rts.MapCallException)
MapCallException (com.iscobol.rts.MapCallException)
MapCallException allows you to change the program name and arguments during a CALL statement.
This kind of exception can be raised by the beforeCall method of the CallHandler Interface (com.iscobol.rts.CallHandler).
Refer to the sample installed with the isCOBOL SDK under sample/extend-and-customize/program-hook for a demonstration.