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


Handling an Incompletely Processed MOVE_ENTRYLIST

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

If any entry specified in the input array does not exist, then processing is halted. The count of the list entries moved and the current array element index of the non-existent list entry are returned in the answer area. To continue processing, reissue the request starting with the entry after the one that could not be found (increment the current array element index by 1).

A MOVE_ENTRYLIST request might also complete prematurely if the coupling facility model dependent timeout criteria is exceeded. If this happens, the following is returned in dthe answer area:
  • Appropriate return and reason codes
  • Number of list entries that have been moved up to this point
  • Index of the first unprocessed list entry
  • If MOVETOKEY=LISTKEY was specified on the request, the entry key value for each array entry is also returned in LISTKEYAREA.

To continue processing, reissue the request starting with the entry indexed by the current array element index returned in the answer area. Continue reissuing the MOVE_ENTRYLIST request until the return code indicates that all processing has completed.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014