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 delete a work request from the WLM queue manager queues:

         IWMQDEL  CONNTKN=CONNTOKEN,                         X
               WLMWUTKN=WLMWUTKN,RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
CONNTOKEN DS   FL4             Contains the connect token
*                              associated with the use of WLM
*                              Queuing services as returned by
*                              IWMCONN
*                              (specifying QUEUE_MANAGER=YES
*                              or SERVER_MANAGER=YES
*                                   SERVER_TYPE=QUEUE
WLMWUTKN DS    CL16            Work unit token
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