NM and CM callable.
Interrupts the program (the entire process structure). The CAUSEBREAK intrinsic is the programmatic equivalent to pressing Break in a session, and is not applicable in jobs. The program
is suspended while in break mode. Execution of the program can resume
where the interruption occurred by entering the RESUME command, or be aborted by entering the ABORT command.
Syntax |
 |
Condition Codes |
 |
- CCE (2)
Request granted.
- CCG (0)
Not returned.
- CCL (1)
Request denied. The intrinsic was not called from
an interactive session.
Related Information |
 |
- Commands
ABORT, RESUME
- Manual
Process Management Programmer's Guide