z/OS MVS Programming: Writing Transaction Programs for APPC/MVS
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Calling Error_Extract for Asynchronous Requests

z/OS MVS Programming: Writing Transaction Programs for APPC/MVS
SA23-1397-00

To return error information for an asynchronous call to a conversation service, your TP should call Error_Extract immediately after:
  • The TP receives an error return code from APPC/MVS, or
  • The system posts the event control block (ECB) that indicates the completion of the service.

Your TP should not call any other APPC/MVS services for the same conversation until the ECB is posted (indicating completion of the asynchronous service).

The following section shows an example of how to call Error_Extract for an asynchronous request. See Using Asynchronous Services for detailed information about asynchronous processing for conversation callable services.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014