IGNORE CONDITION


Ignore the specified conditions. IGNORE CONDITION command used to specify that no action is taken if a specified condition occurs.

IGNORE CONDITION specified commands from another HANDLE CONDITION which are to be ignored. If same condition coded in HANDLE CONDITION and IGNORE CONDITION, the first CONDITION overridden by second CONDITION.

User can code up to 16 conditions in the IGNORE CONDITION. The conditions must be separated by at least one space. Additional conditions can be specified in further IGNORE CONDITION commands.

Syntax -


IGNORE CONDITION condition-name

Parameters -


Condition-name -

Specifies the name of the condition to be ignored.