z/OS MVS Programming: Workload Management Services
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


IWMEDELE – Delete an Enclave

z/OS MVS Programming: Workload Management Services
SC34-2663-00

IWMEDELE – Delete an Enclave

The purpose of this service is to delete an enclave, so that no SRBs or TCBs exist within the enclave and no new SRBs may be scheduled into the enclave, nor may any TCBs join the enclave. Some residual enclave related CPU time will not be accounted back to the work request whenever active enclave SRBs/TCBs were present at the time IWMEDELE is invoked. SRBs scheduled to the enclave which have not completed will be converted to ordinary preemptable SRBs. TCBs joined to the enclave which have not completed will be converted to ordinary TCBs.

If IWMEDELE is invoked for an enclave which is registered, the enclave is considered only logically deleted while all its functionality stays in place. Physical deletion is deferred until all interested parties have deregistered the enclave. The caller does not receive any notice when the physical deletion of the enclave is done.

When an enclave is deleted, the work request is considered to have finished and all related resource accounting will be finalized.

IWMEDELE cannot be used to delete a foreign enclave. The IWMUIMPT macro must be used instead.

Note

It is recommended to use the equivalent service IWM4EDEL introduced with z/OS® V1R6. IWM4EDEL also supports 64-bit addressing. For further information refer to IWM4EDEL – Deleting an Enclave.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014