Ignores conditions.
Sintaxe:

- Nota:
- IGNORE CONDITION is not supported for C or C++ programs.
Descrição:
IGNORE CONDITION specifies that no action is to be taken when named conditions occur.
For a list of all the conditions that can occur during the execution of CICS commands, see Appendix G, CICS conditions.
No more than 16 conditions are allowed in the same IGNORE CONDITION command; you must specify additional conditions in further commands.
If one of the named conditions occurs, control returns to the instruction that follows the command that has failed to complete, and the EXEC Interface
Block (EIB) is set.
You must ensure that the IGNORE CONDITION command is executed before the command that might cause the associated condition.
Note that the IGNORE CONDITION command for a given condition applies only to the program in which it is specified, and it remains active while the program is
running, or until a HANDLE CONDITION command for the same condition is encountered, in which case the IGNORE CONDITION command is overridden.
Also, a PUSH HANDLE command suspends the effect of an IGNORE CONDITION until a corresponding POP HANDLE is encountered at the same link level.
Opções:
condition
- Specifies the name of the condition that is to be ignored.
- For more information about specifying conditions, refer to HANDLE CONDITION.
Informações relacionadas:
© Copyright IBM Corp.