Previous Topic: Source CodeNext Topic: Arguments


Purpose

This exit is invoked by the calling server when errors occur at the destination server, during a server-to-server flow. This exit can influence the default runtime error behavior in how the detected error is handled. When the NOTPROPAGATE_ERR is returned, the calling procedure step continues the execution, ignoring the fact that an error has occurred in the destination procedure step. When PROPAGATE_ERR is returned, an error message is created and then returned to the calling procedure step.