ATB80023I Processing for service interrupted by Deallocate_abend.
Explanation
A TP called an APPC/MVS conversation service. While the conversation service was in progress, the TP also called the Deallocate service with a Deallocate_type of Deallocate_abend (to deallocate the conversation abnormally). APPC/MVS abnormally ended the conversation and ended processing for the call to the conversation service. (This message is expected if you deallocate the conversation abnormally to deliberately interrupt processing for the service).
System action
The system returns a product_specific_error (decimal 20) return code to the caller of the interrupted conversation service.
Programmer response
Change the TP so it does not call the Deallocate service with a Deallocate_type of Deallocate_abend while a call to another conversation service is in progress.
Source
APPC/MVS
|