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

Operation: Terminate a member from a group. The token of the caller is TOKEN1; the token of the target member is TOKEN2. XCF is to store the return code and reason code into the variables RETURN and REASON. The code is as follows:
          IXCTERM  MEMTOKEN=TOKEN1,TARGET=TOKEN2,                      X
               RETCODE=RETURN,RSNCODE=REASON,MF=S

TOKEN1    DS   CL8                      TOKEN OF MEMBER ISSUING IXCTERM
TOKEN2    DS   CL8                      TOKEN OF MEMBER TO BE          X
                                        TERMINATED
RETURN    DS   1F                       RETURN CODE
REASON    DS   1F                       REASON CODE

You can access the member tokens from the QUAMTOKN field in the area returned by IXCJOIN and IXCQUERY, and mapped by the IXCYQUAA mapping macro.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014