z/OS MVS Programming: Sysplex Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Requesting a Lock Operation as Part of a DELETE_MULT Request

z/OS MVS Programming: Sysplex Services Guide
SA23-1400-00

To perform a serialized DELETE_MULT operation, one in which a lock operation is performed before performing a DELETE_MULT request, specify the LOCKOPER parameter on the IXLLIST macro. If the list service cannot perform both the lock operation and the DELETE_MULT operation, it performs neither and fails the request.

You can specify the following LOCKOPER values on a DELETE_MULT request:
  • NOTHELD
  • HELDBY

See LOCK: Performing a Lock Operation for detailed information about the LOCKOPER parameter.

If your serialization protocol permits lock stealing, you can use either of these lock operations to ensure that your delete request is performed only if the specified lock is in the state you expect.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014