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 query whether the current dispatchable work unit is associated with an enclave or an address space, specify:

         IWMESQRY TOKEN=MYTOKEN,RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
MYTOKEN  DS    CL8             Enclave token or STOKEN
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