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.
- Delete container DFHREQUEST.
- 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.