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

Suppose a work request was selected using IWM4SSL and the execution unit token returned by IWM4SSL is WLMEUTKN.

To establish the environment to process the work request:

        IWM4STBG WLMEUTKN=WLMEUTKN,RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
WLMEUTKN DS    CL8             Contains the execution unit
*                              token that was returned by
*                              IWM4SSL
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