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 Queue Manager connect exit:

        IWMQCXIT                                            X
              QMGR_EXIT@=CONEXIT@,                          X
              ACTION=QDEL,                                  X
              ETOKEN=ENCTOKEN,                              X
              USERDATA=USERDATA,APPLENV=APPLENV,SECUSER=NO, X
              RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
CONEXIT@   DS  AL4             Contains the address of the
*                              Queue Manager Connect Exit
*                              to be invoked
ENCTOKEN DS    CL8             Contains the Enclave token
*                              associated with the work
*                              request as returned by IWMECREA
USERDATA DS    CL16            Contains data maintained by the
*                              user
APPLENV  DS    CL32            Contains the application
*                              environment name
*
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