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

A member places itself in the not-defined state. XCF is to place the value X'11' in the user state field and store the return code and reason code into the variables RETURN and REASON. The code is as follows:
          IXCLEAVE MEMTOKEN=TOKEN1,USTATE=STATE,USLEN=LEN,             X
                RETCODE=RETURN,RSNCODE=REASON,MF=S

TOKEN1   DS    CL8                      TOKEN OF MEMBER TO BE PLACED   X
                                        IN NOT-DEFINED STATE
RETURN   DS    1F                       RETURN CODE
REASON   DS    1F                       REASON CODE
STATE    DC    X'11'                    USER STATE VALUE
LEN      DC    F'1'                     LENGTH OF USER STATE DATA

You can obtain the member token from the QUAMTOKN field in the area returned by 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