Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Defining the interruptibility of a procedure

&pagelevel(5)&pagelevel

The INTERRUPT-ALLOWED operand of the SET-PROCEDURE-OPTIONS command is used to specify whether procedure execution can be interrupted by the function key.

The operand values which can be set for INTERRUPT-ALLOWED are *YES and *NO.

  • If *YES is set, the procedure may be interrupted. Such procedures are described as interruptible. They can be continued after an interruption using the RESUME-PROCEDURE command. *YES is the default setting.

  • If *NO is set, the procedure is uninterruptible. The key has no effect.

The effects of a procedure interruption are described in section “Procedure interruption”.