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


Description

z/OS MVS Programming: Sysplex Services Reference
SA38-0658-00

The IXLLSTE service enables you to atomically operate on individual list entries in a list structure. Some functions of IXLLSTE require that the structure be allocated in a coupling facility of CFLEVEL=9 or higher. The following services are available for operating on individual list entries:
  • Create a new list entry, either by reading it from your storage area or by moving it from an existing list in the structure.
  • Read a list entry into your storage area.
  • Write a list entry from your storage area to a list structure.
  • Move a list entry from one list to another, which may result in the creation of a new list entry.
  • Delete a list entry from a list.
The IXLLSTE macro provides list services equivalent to the following IXLLIST request types:
  • IXLLIST REQUEST=READ
  • IXLLIST REQUEST=WRITE
  • IXLLIST REQUEST=MOVE
  • IXLLIST REQUEST=DELETE

See the descriptions of the corresponding IXLLIST macro for basic information about the services provided.

List structures allocated in a coupling facility of CFLEVEL=9 or higher can be allocated with certain attributes not available in a lower level coupling facility.
  • Users can assign a user-designated entry identifier to a newly created list entry, rather than having the system assign the entry identifier.
  • Secondary keys can be specified, thus allowing the user to reference a keyed list entry by entry key, secondary key, or both.

The IXLLSTE macro can be used to exploit these new attributes.

See z/OS MVS Programming: Sysplex Services Guide for information about using the IXLLSTE macro.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014