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


Example

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

Delete a member from a group. XCF is to store the return code and reason code into the variables RETURN and REASON. The code is as follows:
          IXCDELET TARGET=TOKEN3,RETCODE=RETURN,RSNCODE=REASON,MF=S

TOKEN3   DS    CL8                      TOKEN OF MEMBER TO BE PLACED   X
                                        IN NOT-DEFINED STATE
RETURN   DS    1F                       RETURN CODE
REASON   DS    1F                       REASON CODE

You can obtain the member token from the QUAMTOKN field in the area returned by IXCCREAT, IXCJOIN, or IXCQUERY, and mapped by the IXCYQUAA mapping macro.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014