Previous Topic: FormatNext Topic: Usage


Operands

The BRANCH command has the following operands:

Operand

Explanation

ANY

Makes the BRANCH command branch regardless of the current value of the condition code.

condition code

Specifies a possible condition code value. If the condition code set in a previous command matches this value, the BRANCH command branches. Possible condition code values are EQ, NE, GT, LT, LE, or GE.

label

Specifies the program line that the BRANCH command branches to. You cannot specify a variable in this operand.