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: A member changes its own status-checking interval to five seconds. XCF is to store the return code and reason code into the variables RETURN and REASON. The code is as follows:
         IXCMOD  TARGET=TOKEN1,INTERVAL=INTER,                         X
               RETCODE=RETURN,RSNCODE=REASON,MF=S

RETURN   DS    1F                       RETURN CODE
REASON   DS    1F                       REASON CODE
TOKEN1   DS    CL8                      TOKEN OF THE MEMBER TO BE      X
                                        MODIFIED
INTER    DC    F'500'                   NEW INTERVAL VALUE FOR THIS    X
                                        MEMBER

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