Using an abend handling routine causes CICS to reset the abend condition and, at termination, CA Datacom CICS Services does not use its special abend processing to issue a ROLBK command. If you want to use CA Datacom/DB's transaction backout processing, your abend handling routine must issue one of the following (shown in their preferred order):
CICS SYNCPOINT ROLLBACK and CICS ABEND allows CA Datacom CICS Services to handle the backout. However, any allowable CA Datacom/DB command is honored.
When processing a CA Datacom/DB request from an abend handling routine, CA Datacom CICS Services treats it as a new request and has no indication that it has been issued by an abend handler. Therefore, CA Datacom CICS Services processes a request from an abend handler like any other CA Datacom/DB request:
If the application and the abend handler have used different Request Areas, the results of both commands are available to your application.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|