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 cause the current task to leave its Enclave environment:

        IWMELEAV ETOKEN=ENCTOKEN,RETCODE=RC,RSNCODE=RSN
*
* Storage areas
*
ENCTOKEN DS    CL8             Contains the enclave token
*                              associated with the work
*                              request as returned by IWM4ECRE
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