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: Place a member in the quiesced state, and put the value X'33' in the user state field. XCF is to store the return code and reason code into the RETURN and REASON fields. The code is as follows:
         IXCQUIES MEMTOKEN=TOKEN2,USTATE=STATE3,USLEN=LEN,             X
               RETCODE=RETURN,RSNCODE=REASON,MF=S

TOKEN2   DS    CL8                      TOKEN OF MEMBER TO BE PLACED   X
                                        IN QUIESCED STATE
RETURN   DS    1F                       RETURN CODE
REASON   DS    1F                       REASON CODE
STATE3   DC    X'33'                    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