2.4.1.3.4 Options

Condexp [condexp]
Condition expression.
EVEN
Executes step even if previous step ended abnormally.
ONLY
Executes step only if previous step ended abnormally.
value, operator[,step]
Where <step> is any of the previous steps. If the previous step was not executed, the condition is false. When <step> refers to a previous step, replace it with the step label, e.g. "STEPEC01". When <step> refers to a return code of the step in the procedure, replace it with "STEP_PROCNAME_NUM", where "PROCNAME" indicates the name of procedure, and "NUM" indicates the sequence number of the procedure calls.