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


READ, READ_MULT, READ_LIST: Reading List Entries

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

You can perform three types of read operations on list entries in a list structure:
REQUEST=READ
Reads the contents of a single list entry.

See also IXLLSTE for information about reading a single list entry.

REQUEST=READ_LIST
Reads the contents of multiple list entries on a specified list or read the contents of list entries on a specified list or only those:
  • With a version number that satisfies a comparison criteria, using VERSCOMP and VERSCOMPTYPE
  • With a list authority value that satisfies a comparison criteria, using AUTHCOMP and AUTHCOMPTYPE
  • With a list entry key that satisfies a comparison criteria, using KEYCOMP
  • With any combination of the above

See also IXLLSTM for information about reading the contents of multiple list entries.

REQUEST=READ_MULT
Read the contents of all list entries in the structure or only those:
  • On a certain list
  • With a version number that satisfies a comparison criteria, using VERSCOMP and VERSCOMPTYPE
  • With a list authority value that satisfies a comparison criteria, using AUTHCOMP and AUTHCOMPTYPE
  • With a list entry key that satisfies a comparison criteria, using KEYCOMP
  • With any combination of the above

See also IXLLSTM for information about reading list entries from multiple lists.

Guide to the Topic

READ, READ_MULT, READ_LIST: Reading List Entries is divided into the following topics.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014