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

         IWM4SSL USERDATA=USERDATA,                          X
               WLMEUTKN=WLMEUTKN,RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
USERDATA DS    CL16            Contains the user-defined data
*                              that was passed to IWM4QIN
WLMEUTKN DS    CL8             Work unit token that must be
*                              passed to IWM4STBG and IWMSTEND
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