z/OS MVS Programming: Callable Services for High-Level Languages
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Requesting resource protection and recovery

z/OS MVS Programming: Callable Services for High-Level Languages
SA23-1377-02

To request resource protection, your application program must use resource managers that work with RRS to protect resources. The code in your application should do the following:
  1. Request one or more accesses to resources for reads, writes, or both.
  2. If all of the changes are to be made, request commit by issuing a call to the Application_Commit_UR service.
  3. If none of the changes are to be made, request backout by issuing a call to the Application_Backout_UR service.

For details about the calls, see Application_Backout_UR (SRRBACK) and Application_Commit_UR (SRRCMIT).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014