Forcing a transition to the response phase of the pipeline

When you are processing a request, there are times when you will want to generate an immediate response, instead of passing the request to the next message handler in the pipeline.

  1. Delete container DFHREQUEST.
  2. Construct your response, and put it in container DFHRESPONSE.
The response is passed to the next message handler on the response phase of the pipeline.