You can use the standard stop facility provided by the client utility or interface to stop a CALL statement. The following action occurs:
You Specify the Abort Request | Action |
---|---|
During stored procedure execution. | Running stops. The transaction being processed at that time is rolled back, and a failure response is returned. |
After the running completes. | Response of the CALL request is returned to the client. |