z/OS MVS Programming: Workload Management Services
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Example

z/OS MVS Programming: Workload Management Services
SC34-2663-00

Example

To call a Server Manager Connect exit:

        IWMSCXIT                                            X
              SRV_MGR_EXIT@ =CONEXIT@,                      X
              CONNTKN=OWNERCTKN,                            X
              ACTION=QUIESCE,                               X
              RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
CONEXIT@   DS  AL4             Contains the address of the
*                              Connect Exit to be invoked
OWNERCTKN  DS  CL4             Contains the connect token for
*                              the server space
*
RC       DS    F               Return code
RSN      DS    F               Reason code

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014