PL/I

The PL/I language constructs that cause the enclave to terminate are:
  • A STOP or an EXIT statement

    If you code a STOP or EXIT statement, the T_I_S (Termination Imminent Due to STOP) condition is raised.

  • A call to PLIDUMP with the S or E option

    If you call PLIDUMP with the S or E option, neither termination imminent condition is raised before the enclave is terminated. See z/OS Language Environment Debugging Guide for syntax of the PLIDUMP service.