Program interrupts and Language Environment-signaled conditions

PL/I ON-units can be established in any of the following:
  • The routine that made a call to PLISRTx
  • The input(E15) or output(E35) procedure
  • A routine called by the input or output procedure

These ON-units can handle program interrupts and Language Environment-signaled conditions. Normal condition handling, as described in Introduction to Language Environment condition handling, occurs.